From 03235bf027c30e568d8a45419e504c7ab6a09d4f Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Thu, 9 May 2013 15:08:02 -0400 Subject: [PATCH] action stuff: Change include style The shell wants to transplant our GtkActionObserver/GtkActionObservable code now as well, so change to ""-style #includes there. --- gtk/gtkactionobservable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkactionobservable.h b/gtk/gtkactionobservable.h index 6a17494142..aa1514b3c9 100644 --- a/gtk/gtkactionobservable.h +++ b/gtk/gtkactionobservable.h @@ -20,7 +20,7 @@ #ifndef __GTK_ACTION_OBSERVABLE_H__ #define __GTK_ACTION_OBSERVABLE_H__ -#include +#include "gtkactionobserver.h" G_BEGIN_DECLS -- 2.30.2